home *** CD-ROM | disk | FTP | other *** search
/ Netware Super Library / Netware Super Library.iso / monitor / monitr / monitor.doc next >
Encoding:
Text File  |  1990-12-10  |  3.4 KB  |  79 lines

  1. Documentation for MONITOR.EXE         (written by Dr. Wolfgang Schreiber)
  2.  
  3.  
  4. Monitor is a tool for supervisors or console operators that is comparable
  5. to the monitor on a NetWare 2.x file server.
  6.  
  7. Monitor can be started on a workstation and will display a list of all users
  8. on the server where your current drive is mapped to.
  9.  
  10. The following text represents an example of the monitor display:
  11.  
  12. ----------------------------------------------------------------------------
  13. Sta Act User on   Physical Station       OpenFiles  (Sharable/Locked)
  14.         COMPANY  
  15.  
  16.   1 00  RPRINTER  FACE0024:00001B020182  
  17.   2 00  MMOUSE    FACE0024:00001B03367A  
  18.   3 00  DDUCK     FACE0024:080014597625   TMCLOSE.K7  TMCLOSE.K6  TMCLOSE.K5 
  19.   4 0+ *PSERVER   FACE0024:0000D80042FB        LOGIN  
  20.   5 00  GUEST     10000021:0000F00005A3  
  21.   6 00  GUEST     FACE0024:00001B034BD7     TMCOM.K1   TMMAST.K6   TMMAST.K5 
  22.   7 00  SUPERMAN  0000AFFE:00001B032B1A  
  23.   8 00  HULK      FACE0001:00001B033580    WINDOW.K1CONTSITE.DATCUSTSITE.DAT 
  24.   9 00  RPRINTER  0000AFFE:00003B0001E8 PCONSOLE.HLP SYS$ERR.DAT SYS$MSG.DAT 
  25.  10 00  PLUTO     0000AFFE:00001B0327BD  
  26.  11 00  AARDVARK  FACE0024:00001B033694  
  27.  12 0+  WSCHREIB  FACE0001:00001B02F46E  
  28.  13 
  29.  14 00  ASTERIX   FACE0024:080014592990   TMCLOSE.K7  TMCLOSE.K6  TMCLOSE.K5 
  30.  15 
  31.  16 
  32.  17 
  33.  18 
  34.  19
  35.  20
  36.  
  37.     Use direction keys to cycle, '+/-' to change server, other to abort.
  38. ----------------------------------------------------------------------------
  39.  
  40. On startup MONITOR will display the first 20 stations and will be updated
  41. approximately every 1.5 seconds.
  42.  
  43.  
  44. The display contains information columns for each station:
  45.  
  46. 1) Sta      Station/Connection number (1-100 or 1-250)
  47. 2) Act      Activity during last check period (1.5 sec)
  48.             1st digit:  read/write activities
  49.               '0' stands for 'no activity since last display'
  50.               '+' stands for 'read/write activity since last display',
  51.                   red display if user read/wrote >24kB meanwhile;
  52.             2nd digit:  requests sent
  53.               '0' stands for 'no requests since last display'
  54.               '+' stands for 'requests sent since last display';
  55.                   red display if user sent >20 requests meanwhile;
  56.             If MONITOR is not run by a console operator or is run on 
  57.             NetWare 386 activities are not available (will display as '??').
  58. 3) User     Username. The column head will display the current server name.
  59.             Only the first 8 characters of the user name will be displayed.
  60.             A name beginning with '*' is not a standard user, but another 
  61.             object type (e.g. print server, or VAP).
  62. 4) Phys.    Network and node address of the attached user
  63.    Station
  64. 5) Open     Lists the first 3 open files of the station. The file will be
  65.    Files    displayed green (on color monitors) if opened sharable, it will 
  66.             be displayed red if locked.
  67.             If MONITOR is not run by a console operator or is run on 
  68.             NetWare 386 open files are not available.
  69.  
  70. By using direction keys (Backspace, Tab, Sh-Tab, PgUp, PgDn, Home, End, Arrows)
  71. the display can be moved to other station numbers. 
  72. The maximum station number is 100 for NetWare v2.x, or 250 for NetWare v3.x.
  73.  
  74. The keys '+/-' will switch the display to other servers. They can be used 
  75. to check all servers the station is attached to.
  76.  
  77.  
  78.  
  79.